From 1c5a2bf5d68d23d3271831364abb7b652edcb511 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sun, 20 Aug 2017 21:09:21 +0200 Subject: [PATCH] babl: shorten missing fish message to mostly fit 80col --- babl/babl-fish-path.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babl/babl-fish-path.c b/babl/babl-fish-path.c index 77671ff..60b2fbe 100644 --- a/babl/babl-fish-path.c +++ b/babl/babl-fish-path.c @@ -364,7 +364,7 @@ babl_fish_path (const Babl *source, "programmatically by babl based on format description\n" "\n"); - fprintf (stderr, "*WARNING*: missing babl fast path(s) between formats \"%s\" and \"%s\"\n", + fprintf (stderr, "*WARNING* missing babl fast path(s): \"%s\" to \"%s\"\n", babl_get_name (source), babl_get_name (destination)); -- 2.30.2